Fix make install
authorMatthias Clasen <mclasen@redhat.com>
Sat, 16 Aug 2014 16:13:07 +0000 (12:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 16 Aug 2014 16:14:16 +0000 (12:14 -0400)
The path to gtk-update-icon-cache was set incorrectly in one case.

configure.ac

index f686808a4312a79dfa86ef8981c35feaa2ed45a9..f88c00863f02225a0cf458e92d6488ed0c7b77a9 100644 (file)
@@ -962,7 +962,7 @@ AS_IF([test "x$enable_gtk2_dependency" = xyes],
 
       [# In native compiling case, the gtk-update-icon-cache installed
        # is the same as the one used during build.
-       GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk/gtk-update-icon-cache$EXEEXT"
+       GTK_UPDATE_ICON_CACHE="`cd $srcdir && pwd`/gtk/gtk-update-icon-cache$EXEEXT"
        AC_SUBST(GTK_UPDATE_ICON_CACHE)]
 )